object CustomButtonEditor: TCustomButtonEditor Left = 99 Top = 64 BorderStyle = bsDialog Caption = 'Edit Custom Button' ClientHeight = 349 ClientWidth = 429 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 14 Top = 54 Width = 74 Height = 13 Caption = 'Opening Tag' end object Label2: TLabel Left = 14 Top = 8 Width = 67 Height = 13 Caption = 'Button Text' end object Label3: TLabel Left = 14 Top = 207 Width = 68 Height = 13 Caption = 'Closing Tag' end object Memo: TMemo Left = 13 Top = 70 Width = 404 Height = 127 ScrollBars = ssBoth TabOrder = 1 end object OKButton: TBitBtn Left = 93 Top = 309 Width = 77 Height = 27 TabOrder = 3 Kind = bkOK end object CancelButton: TBitBtn Left = 179 Top = 309 Width = 77 Height = 27 TabOrder = 4 Kind = bkCancel end object CaptionEdit: TEdit Left = 14 Top = 24 Width = 121 Height = 20 TabOrder = 0 end object Memo2: TMemo Left = 14 Top = 222 Width = 405 Height = 75 ScrollBars = ssBoth TabOrder = 2 end object BitBtn1: TBitBtn Left = 266 Top = 309 Width = 77 Height = 27 TabOrder = 5 OnClick = BitBtn1Click Kind = bkHelp end end